home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 614 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. Date: Tue, 9 Nov 93 06:12:10 -0500
  2. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  3. To: schwab@ls5.informatik.uni-dortmund.de
  4. In-Reply-To: Andreas Schwab's message of Mon, 8 Nov 93 13:21:25 +0100 <9311081221.AA26256@issan.informatik.uni-dortmund.de>
  5. Subject: include file problems
  6.  
  7. >From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
  8. >This can be fixed by changing 
  9. >
  10. >#include <wait.h>
  11. >
  12. >to 
  13. >
  14. >#ifdef __GNUC__
  15. >#include "../wait.h"
  16. >#else
  17. >#include <wait.h>
  18. >#endif
  19. >
  20. >in <sys/wait.h> (and also in the files in sys/). At least, it works
  21. >with gcc, because it always searched first relative to the directory
  22. >the include file was found.  This probably also works with other
  23. >compilers, in this case this should be adjusted.
  24.  
  25. I'd prefer if we could get this tested on all compilers beforehand,
  26. and then make the change for all compilers at the same time.
  27.  
  28. Of course I'd really prefer to make everything in sys/ a symbolic link
  29. but then everyone would need minixfs or unixmode and gzip/gtar.  Hum.
  30.  
  31. entropy
  32.  
  33. --
  34. entropy -- it's not just a good idea, it's the second law.
  35. Personal mail:      entropy@gnu.ai.mit.edu
  36. MiNT library mail:  entropy@terminator.rs.itd.umich.edu
  37.  
  38.  
  39.